<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
@font-face {
  font-family: pingfang_b;
  src:url(../font/PingFang_Bold.ttf);
}
@font-face {
  font-family: pingfang_el;
  src:url(../font/PingFang_ExtraLight.ttf);
}
@font-face {
  font-family: pingfang_h;
  src:url(../font/PingFang_Heavy.ttf);
}
@font-face {
  font-family: pingfang_l;
  src:url(../font/PingFang_Light.ttf);
}
@font-face {
  font-family: pingfang_m;
  src:url(../font/PingFang_Medium.ttf);
}
@font-face {
  font-family: pingfang_r;
  src:url(../font/PingFang_Regular.ttf);
}
@font-face {
  font-family: number_only;
  src:url(../font/Number.ttf);
}
@font-face {
  font-family: MontDemo;
  src:url(../font/MontDemo-Heavy.otf);
}
.ct{font-family:pingfang_b}
.tc{font-family:pingfang_h}
.cg{font-family:pingfang_m}
.zd{font-family:pingfang_r}
.xt{font-family:pingfang_l}
.jx{font-family:pingfang_el}
.sz{font-family:number_only}
.yw{font-family:MontDemo}
body {
    font-family: "Microsoft YaHei",'number_only';
    font: 0.16rem/1.5 'Helvetica Neue', 'Helvetica', 'Arial', '\5FAE\8F6F\96C5\9ED1', 'Microsoft YaHei', 'Tahoma', 'Hiragino sans gb', 'SimSun', 'Sans-serif';
}
.clearfix:after{
    display:block;
    clear:both;
    content:"";
    visibility:hidden; 
    height:0;
} 
.clearfix{zoom:1}
.img{overflow: hidden;}
.img:hover img{transform:scale(1.1)}
.img img{
    transition: all 0.3s ease;
    width: 100%;
}
.imgj {
    overflow: hidden;
}
.wal {max-width: 13rem;margin:0 auto;width: 95%;position: relative;}
.small_wal {
    /* max-width: 17rem; */
    /* width: 85%; */
    /* margin: 0 auto; */
}

/*********head************/
.g-head{
    /*position: absolute;*/
    left: 0;
    right: 0;
    top: 0;
    z-index: 999;
}
.head_box{
    border-bottom: 1px solid rgba(255,255,255,0.2);
}
.web_head{
    display: flex;
    align-items: center;
    justify-content: space-between;
    /* height: 1.4rem; */
}
.top_bar_left{
    display: flex;
    align-items: center;
}
.top_bar_left .logo{
    display: flex;
    align-items: center;
    justify-content: center;
    height: 0.9rem;
}
.top_bar_left .logo img{
    width: 1.74rem;
}
.g-nav{
    /* background: #1d56a0; */
}
.g-nav ul{
    display: flex;
    align-items: center;
    font-size: 0.16rem;
}
.g-nav ul li{
    /* overflow: hidden; */
    text-align: center;
    margin: 0 0.2rem;
    position: relative;
}
.g-nav ul li.on,.g-nav ul li:hover {
   /* border-bottom: 2px solid #ddd;*/
}
.g-nav ul li.on a,.g-nav ul li a:hover {font-weight: bold;
    color: #004391;}

.g-nav ul li a{
    color: #000;
    display: block;
    height: 1rem;
    font-size: 0.16rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.g-nav ul li a span{}
.g-nav ul li.has .erji_nav a {
    color: #333;
    text-align: center;
    line-height: 0.36rem;
    font-size: 0.16rem;
    height: auto;
    font-weight: normal;
}
.g-nav ul li.has .erji_nav a:hover{color:#1d56a0}
.g-nav ul li a span{
    display: block;
    /* font-weight: normal; */
    text-transform: uppercase;
    color: #999;
    font-size: 0.12rem;
}
.g-nav ul li a em{
    display: b;
}
.g-nav ul li.on a,.g-nav ul li:hover a{
    /* color: #ffffff; */
    /* border-bottom: 0.02rem solid; */
}
.searchFormGroup{
    /* position: relative; */
    /* background: #eaeaea; */
    line-height: 0.4rem;
    /* display: block; */
    /* width: 2.4rem; */
    /* border-radius: 0.04rem; */
    /* margin: 0 0.2rem 0 0; */
    /* font-size: 0.14rem; */
}
.searchFormGroup input{
    display: block;
    width: 100%;
    background: none;
    line-height: 0.4rem;
    padding: 0 0.2rem;
    box-sizing: border-box;
    color: #999;
}
.searchFormGroup span{
    /* position: absolute; */
    /* right: 0; */
    /* top: 0; */
    /* bottom: 0; */
    width: 0.5rem;
    display: block;
    background: url(../images/search.png) center center no-repeat;
    background-size: 0.2rem;
    font-size: 0;
}
.searchSub{
    background: #15499a;
    color: #fff;
    position: absolute;
    right: 0;
    bottom: 0;
    width: 0.8rem;
    text-align: center;
    border-radius: 50px;
}
.searchSub span{}

.top_tips{background: #eaeaea;padding: 0.1rem 0;}
.top_tips .wal {
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 0.14rem;
    
}
.top_tips a.go{
    padding: 0 0.2rem 0 0;
    display: block;
    background: url(../images/go.png) right center no-repeat;
}
.navA{
    display: none;
}

.erji_nav {
    position: absolute;
    z-index: 9;
    left: -0.4rem;
    right: -0.4rem;
    top: 1rem;
    /* display: none; */
    text-align: left;
    box-shadow: 0 0.12rem 0.12rem #0000001f;
    background: #fff;
}
.has.show .erji_nav .erji_a{
    display: block;
}
.top_bar {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 1rem;
}

a.logo {
    display: block;
}

a.logo img {
    width: 3rem;
}

span.sologin img {
    width: 2.5rem;
}

.top_bar .left {
    display: flex;
    align-items: center;
}

.top_bar .right {
    display: flex;
    align-items: center;
}
.top_bar .right:after{/* content:"."; */position: absolute;width: 1px;height: 0.3rem;background: #d6d6d6;right: 0.6rem;font-size: 0;transform: rotate(30deg);}

.top_bar .right a {
    /* display: block; */
    /* width: 0.5rem; */
    /* height: 0.8rem; */
    /* font-size: 0; */
    /* margin: 0 0.05rem; */
}
li.has.show a {
    color: #1d56a0;
    font-weight:bold
}

.top_bar .right a.oabuess {
    background: url(../images/oa.png) center center no-repeat;
    background-size: 0.33rem;
}
.top_bar .right a.goemail{background: url(../images/email.png) center center no-repeat;background-size: 0.33rem;}


/****index_banenr****/
.index_banenr{
    position: relative;
    overflow: hidden;
}
.index_banenr img{
    width: 100%;
}
.index_banenr .swiper-pagination{box-sizing: border-box;text-align: left;display: inline-block;margin: 0 auto;width: auto;/* background: rgba(0,0,0,0.2); */border-radius: 50px;display: inline-flex;align-items: center;justify-content: center;}
.banner_number {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0.2rem;
    z-index: 99;
    font-family: number_only;
    text-align: center;
}
.banner_number span.swiper-pagination-bullet {
    background: #ffffff;
    border-radius: 50px;
    width: 0.1rem;
    height: 0.1rem;
    /* opacity: 0.8; */
    margin: 0 0.05rem;
    opacity: 1;
}

.banner_number span.swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: #ffffff;
    opacity: 1;
    width: 0.3rem;
}
.ani {
    position: absolute;
    right: 0;
    left: 0;
    bottom: 0;
    top: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.banner_zi {

}
.banner_zi h4{
    font-size: 0.62rem;
    font-weight: bold;
    margin: 0 0 0.1rem;
    color: #fff;
    text-shadow: 0 0 0.1rem rgba(0,0,0,0.5);
}
.banner_zi p{
    font-size: 0.14rem;
    line-height: 0.26rem;
}
.left_buttom_but {
    position: absolute;
    left: 0;
    bottom: 0.3rem;
    right: 0;
}

.left_buttom_but .swiper-button-prev,.left_buttom_but .swiper-button-next {
    position: inherit;
    display: inline-block;
    background: #fff;
    width: 0.67rem;
    background: url(../images/ba_ljt.png) center center no-repeat #fff;
    height: 0.26rem;
    margin: 0 0.3rem 0 0;
    background-size: 0.22rem;
}
.left_buttom_but .swiper-button-prev:hover, .left_buttom_but .swiper-button-next:hover{
    background: url(../images/ba_bjt.png) center center no-repeat #004391;
    background-size: 0.22rem;
}
.left_buttom_but .swiper-button-prev:after,.left_buttom_but .swiper-button-next:after{
    display: none;
}
.left_buttom_but .swiper-button-next {
    transform: rotate(180deg);
}

/**index_part**/
.index_part{
    padding: 0.25rem 0;
}
.f7bg{
    background: #f7f7f7;
}
.index_news{}
.dis_flex{display: flex;justify-content: space-between;}
.index_news .left,.index_news .right {
    width: 48%;
}
.imgnews{
    width: 50%;
}
.imgnews .swiper-slide{}
.imgnews .swiper-slide .new_zi{
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: linear-gradient(0deg, black, transparent);
    color: #fff;
    font-size: 0.16rem;
    padding: 0.3rem 0.2rem;
}
.imgnews .swiper-slide .new_zi h4{
    font-size: 0.22rem;
    font-weight: bold;
}
.imgnews .swiper-slide .new_zi span{
    font-size: 0.16rem;
    margin: 0 0 0.1rem;
    display: block;
}
.imgnews .banner_number{
    left: auto;
    right: 0.2rem;
    bottom: 0.15rem;
}
.imgnews .banner_number span.swiper-pagination-bullet{
    border-radius: 0;
}
.imgnews .banner_number span.swiper-pagination-bullet.swiper-pagination-bullet-active{
    background: #1d56a0;
    width: 0.1rem;
}
.imgnews .banner_number .swiper-pagination{}
.big_title{
    font-size: 0.26rem;
    font-weight: bold;
    line-height: 0.26rem;
    display: flex;
    justify-content: space-between;
    padding: 0.1rem 0 0.2rem 0;
    border-bottom: 1px solid #ddd;
    margin: 0 0 0.15rem;
}
.big_title ul{
    display: flex;
}
.big_title ul li{
    padding: 0 0.2rem;
    border-right: 1px solid #828282;
    color: #888;
    cursor: pointer;
}
.big_title ul li:first-child{padding:0 0.2rem 0 0}
.big_title ul li:last-child{border:0}
.big_title ul li.on,.big_title ul li:hover{
    color: #1d56a0;
    opacity: 1;
}
.big_title a.more_a{
    font-size: 0.16rem;
    font-weight: normal;
    color: #999;
}
.news_list_box{
    font-size: 0.16rem;
    line-height: 0.42rem;
}
.zicon_con{}
.zicon{
    display: none;
}
.zicon.active{
    display: block;
}
.first_new{
    font-size: 0.18rem;
    font-weight: bold;
    border-bottom: 1px dashed #ddd;
    padding: 0 0 0.15rem;
    margin: 0 0 0.1rem;
    line-height: 0.32rem;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}
.first_new a{}
.news_list_box ul{}
.news_list_box ul li{}
.news_list_box ul li a{
    display: flex;
    justify-content: space-between;
    color: #666;
    width: 100%;
}
.news_list_box ul li a p{
    flex: 1;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    transition: all 0.3s ease;
}
.news_list_box ul li a span{
    width: 1.3rem;
    text-align: right;
}


.news_list_box {
    height: 100%;
}

.news_list_box ul {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    /* background: #fff; */
    /* padding: 0 0.2rem; */
}

.news_list_box ul li {
    flex: 1;
    border-bottom: 1px solid #ddd;
    display: flex;
    align-items: center;
}
.news_list_box ul li:last-child{border:0}
.news_list_box ul li a {}

.news_list_box ul li a .new_fl {
    display: inline-block;
    border-radius: 50px;
    border: 1px solid #004391;
    font-size: 0.14rem;
    padding: 0 0.1rem;
    color: #004391;
}

.news_list_box ul li a .new_ti {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.news_list_box ul li a .new_ti p {
    flex: 1;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    font-size: 0.2rem;
    font-weight: bold;
    transition: all 0.3s ease;
}

.news_list_box ul li a .new_ti .data {
    text-align: center;
    color: #999999;
    margin: 0 0 0 0.5rem;
}

.news_list_box ul li a .new_ti .data span {
    display: block;
    font-size: 0.12rem;
}

.news_list_box ul li a .new_ti .data em {
    font-size: 0.52rem;
    font-weight: bold;
}
.index_ti {
    text-align: center;
    margin: 0 0 0.2rem;
}

.index_ti h3 {
    display: flex;
    align-items: center;
    justify-content: center;
}

.index_ti h3 i {
    display: block;
    width: 0.2rem;
    height: 0.02rem;
    background: linear-gradient(90deg, #cd1922, transparent);
    transform: rotate(-180deg);
}

.index_ti h3 i:last-child {
    transform: rotate(0deg);
}

.index_ti h3 span {
    font-size: 0.26rem;
    font-weight: bold;
    color: #004391;
    display: block;
    margin: 0 0.15rem;
}

.index_ti p {
    font-size: 0.16rem;
    color: #666;
}
.index_about {}

.about_zi {
    width: 46%;
    padding: 0.4rem 0 0;
}

.about_img {
    width: 48%;
}

.about_zi h2 {
    font-size: 0.22rem;
    color: #004391;
    font-weight: bold;
    margin: 0 0 0.1rem;
}

.about_zi h3 {
    font-size: 0.18rem;
    font-weight: bold;
    margin: 0 0 0.2rem;
}

.about_zi p {
    font-size: 0.14rem;
    color: #666;
    line-height: 0.26rem;
    margin: 0 0 0.4rem;
}

.about_zi a {
    background: #ce1e27;
    color: #fff;
    font-size: 0.14rem;
    border-radius: 0.06rem;
    padding: 0.06rem 0.1rem;
}

.about_img img {
    width: 100%;
    height: 100%;
}

.foot_con {
    background: #343434;
    color: #fff;
    text-align: center;
    padding: 0.35rem 0;
    font-size: 0.14rem;
    background: url(../images/linecity.png) bottom center repeat-x #343434;
}
.foot_nav {
    margin: 0 0 0.2rem 0;
}

.foot_nav a {
    color: #fff;
    display: inline-block;
    margin: 0 0.1rem;
}

.foot_con p {
    margin: 0 0 0.05rem;
}

.foot_thing {
    display: flex;
    justify-content: center;
    align-items: center;
}

.foot_ewm {
    margin: 0 0 0 0.4rem;
}

.foot_ewm img {
    width: 1rem;
}
.banner_sb{
    position: absolute;
    left: 50%;
    bottom: 0.1rem;
    z-index: 9;
}
.banner_sb img{
    width: 0.19rem;
}

.index_zhaunti {
    padding: 0 0.5rem;
    box-sizing: border-box;
}
.index_zhaunti .swiper-button-prev,.index_zhaunti .swiper-button-next{
    background: #004391;
}
.index_zhaunti .swiper-button-next:after,.index_zhaunti .swiper-button-prev:after{
    font-size: 0.12rem;
}
.erji_nav:before {content: ".";display: block;width: 0;position: absolute;left: 50%;right: 0;top: 0;height: 0.03rem;background: #1d56a0;transition: all 0.3s ease;font-size: 0;}

.has.show .erji_nav:before {
    width: 100%;
    left:0;
}


.erji_a {
    display: none;
    padding: 0.2rem 0;
}

.erji_nav.show .erji_a {
    display: block;
}
.mc_search_xl {
    position: fixed;
    left: 0;
    top: 1rem;
    width: 100%;
    height: 1.6rem;
    border-top: 1px solid #dfdede;
    z-index: 99;
    background: #fff;
    display: none;
    transition: top 0.36s;
}

.mc_pos_center {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    /* width: 690px; */
}

.mc_scm_form {
    width: 7rem;
}

.mc_msc_box {
    font-size: 0;
    padding: 0.1rem;
    border-bottom: 1px solid #dfdede;
}

.mc_msc_input {
    width: calc(100% - 30px);
    height: 26px;
    font-size: 16px;
    color: #333;
    line-height: 20px;
    padding: 3px 0;
    padding-right: 12px;
}

.mc_msc_submit {
    width: 0.2rem;
    vertical-align: top;
    position: absolute;
    top: 0.2rem;
    right: 0;
    cursor: pointer;
    background: none;
}
.mc_msc_submit img{width:0.2rem}
.he_pcser .icon-search {
    color: #fff;
    transition: all 0.36s;
    line-height: 69px;
    right: 0;
    top: 0;
    bottom: 0;
    width: 0.5rem;
    height: 0.5rem;
    display: block;
    background: url(../images/search_b.png) center center no-repeat;
    background-size: 0.2rem;
    font-size: 0;
}


/***nei_banner***/
.nei_banenr,.nei_banenr img {
    width: 100%;
}
.imgbg {
    /* background: url(../images/imgbg.jpg) top center no-repeat #fafafa; */
    background-size: 100%;
}
.nei_big_con{
    padding: 0 0 0.5rem;
}
.nei_main_con{
    /* background: #fff; */
    /* padding: 0.5rem; */
    margin: -0.6rem auto 0;
}
.left_right_part{
    display: flex;
    justify-content: space-between;
}
.left_right_part .left{
    width: 2.6rem;
    /* margin: -0.9rem 0 0 0; */
}
.aboutdy{
    width: 4.5rem; 
}

.aboutdy h2 {
    font-size: 0.22rem;
    color: #004391;
    font-weight: bold;
    margin: 0 0 0.1rem;
}

.aboutdy h3 {
    font-size: 0.18rem;
    font-weight: bold;
    margin: 0 0 0.2rem;
}

.map{width:100%;
    height: 500px;
}

.message p{margin: 20px 0 0 30px;}
.message form {overflow: hidden;display: block;}
.message .form-group {float: left;margin: 20px 0 0 2%;width: 48%;}
.message .form-label {display: block;margin-bottom: 10px;}
.message .form-label span {color: red;}
.message .form-content {border: 1px solid #ddd;background-color: #fff;padding: 6px 12px;}
.message .form-control {border: 0;background-color: transparent;padding: 0;line-height: 30px;font-size: 14px;width: 100%;display: inline-block;vertical-align: middle;}
.message .form-submit {display: block;background: #0168B7;color: #fff;border: 0;padding: 0;cursor: pointer;outline: none;height: 44px;font-size: 16px;width: 280px;margin: 0 auto 20px;}
.message .form-group.full {float: none;width: auto;}
.message .form-tips {text-align: center;color: #666;margin-top: 10px;}
.message .form-tips span {color: red;}

.left_right_part .right{
    flex: 1;
    margin: 0.6rem 0 0 0.5rem;
}
.left_bar_nav{}
.left_bar_nav .ti{
    height: 0.6rem;
    background: #004391;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    color: #fff;
}
.left_bar_nav .ti .m{}
.left_bar_nav .ti .m h3{
    font-size: 0.22rem;
    font-weight: bold;
}
.left_bar_nav .ti .m span{
    font-size: 0.16rem;
    text-transform: uppercase;
}
.left_bar_nav .leftnav{}
.left_bar_nav .leftnav ul{
    background: #f5f5f5;
    font-size: 0.16rem;
    line-height: 0.55rem;
}
.left_bar_nav .leftnav ul li{
}
.left_bar_nav .leftnav ul li a{
    border-bottom: 2px solid #ffffff;
    display: block;
    padding: 0 0.35rem;
}
.left_bar_nav .leftnav ul li a.nLi:hover span, .left_bar_nav .leftnav ul li a.on.nLi span{
    display: block;
    background-image: url(../images/bjt.png);
    background-size: 0.08rem;
    background-position: right center;
    background-repeat: no-repeat;
}
.left_bar_nav .leftnav ul li a span{
    display: block;
    background-image: url(../images/hjt.png);
    background-size: 0.08rem;
    background-position: right center;
    background-repeat: no-repeat;
}
.left_bar_nav .leftnav ul li a:hover, .left_bar_nav .leftnav ul li a.on{
    color: #ffffff;
    background-color: #6d9bd0;
}
.left_bar_nav .leftnav ul li .navSub a:hover span{
    display: block;
    background-image: url(../images/bjt_y.png);
    background-size: 0.08rem;
    background-position: right center;
    background-repeat: no-repeat;
}
.navSub {
    display: none;
}
.left_bar_nav .leftnav ul li .navSub a {
    padding: 0 0.35rem 0 0.48rem;
}
.changwho {
    border-bottom: 1px solid #f7f7f7;
    margin: 0 0 0.2rem 0;
}

.changwho a {
    font-size: 0.2rem;
    color: #004391;
    display: inline-block;
    line-height: 0.6rem;
    border-bottom: 2px solid #004391;
}

.changwho span{
    float: right;
    font-size: 14px;
}

.changwho span a{
    
   font-size: 0.14rem;
    border-bottom: 0;
    color: #333;
}
.break_nav{
    font-size: 0.16rem;
    padding: 0.2rem 0;
    color: #666;
}
.break_nav a{
    color: #666;
}
.imgnews_list{}
.imgnews_list ul{}
.imgnews_list ul li{
    padding: 0 0 0.25rem;
    margin: 0 0 0.25rem;
    border-bottom: 1px solid #ddd;
}
.imgnews_list ul li a{}
.imgnews_item{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.imgnews_item .imgj{
    width: 2.2rem;
}
.imgnews_item .imgj img{}
.news_list_zi{
    flex: 1;
    margin: 0 0 0 0.4rem;
}
.news_list_zi h3{
    font-size: 0.18rem;
    font-weight: bold;
    margin: 0 0 0.1rem;
    white-space: nowrap;
    overflow:hidden;
    text-overflow:ellipsis;
}
.news_list_zi p{
    line-height: 0.26rem;
    color: #666;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    height: 0.52rem;
    margin: 0 0 0.15rem;
}
.news_list_zi span{
    font-size: 0.14rem;
    color: #999;
}

.news_mian_con{
    margin: 0.5rem auto 0;
}
.news_mian_con .ti{
    text-align: center;
    margin: 0 0 0.3rem;
}
.news_mian_con .ti h3{
    font-size: 0.24rem;
    border-bottom: 1px solid #ddd;
    box-shadow: 0 4px 0 #f9f9f9;
    padding: 0 0 0.2rem;
    margin: 0 0 0.2rem;
}
.news_mian_con .ti span{
    font-size: 0.14rem;
    color: #999;
}
.news_mian_con .mian{
    font-size: 0.16rem;
    line-height: 0.36rem;
}
.news_mian_con .mian p{}

/**center_news**/
.center_news{}
.center_news .left{
    width: 58%;
}
.center_news .right{
    width: 38%;
}
.news_list_con{}
.news_list_con ul{}
.news_list_con ul li{
    line-height: 0.5rem;
    border-bottom: 1px dashed #ddd;
    font-size: 0.16rem;
}
.news_list_con ul li a{
    display: flex;
    justify-content: space-between;
    color: #666;
    align-items: center;
}
.news_list_con ul li a:before{content:".";display: block;font-size: 0;width: 0.06rem;height: 0.06rem;background: #1d56a0;margin: 0 0.1rem 00 0;}
.news_list_con ul li a p{
    flex: 1;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    transition: all 0.3s ease;
}
.news_list_con ul li a:hover p,.news_list_box ul li a:hover p{color:#1d56a0;padding: 0 0 0 0.2rem;}
.news_list_con ul li a span{
    width: 1.3rem;
    text-align: right;
}

/*成员企业*/
.chengyuan{width: 100%;    min-height: 500px;}
.chengyuan ul{}
.chengyuan ul li{}

.chengyuan ul li a{
    float: left;
    margin-right: 50px;
    margin-bottom: 30px;
    line-height: 75px;
    background-color: #e2e2e2;
    width: 40%;
}

.chengyuan ul li a p{
    
        text-align: center;
    
}


/* 分页样式 */
.paging { margin-top: 32px; font-size: 14px; text-align:center;width: 100%;}
.paging &gt; span { margin: auto 16px; }
.paging .page-numbar { margin: auto 0;     }
.paging .page-numbar .page-num,
.paging .page-index,
.paging .page-pre,
.paging .page-next,
.paging .page-last { display: inline-block; margin: auto 4px; padding: 2px 12px; border: 1px solid #EEE; border-radius: 2px; }
.paging .page-numbar .page-num-current,
.paging .page-numbar .page-num:hover { border-color: #004391; color: #004391; }

#video {
	/* width: 970px; */
	/* height: 594px; */
	margin: 0 auto;
	position: relative;
}

#video video {
	width: 100%;
	height: 100%;
	object-fit: fill;
}

.VideoBtn {
	position: absolute;
	left: 50%;
	top: 50%;
	display: block;
	width: 0.7rem;
	height: 0.7rem;
	margin-left: -0.35rem;
	margin-top: -0.35rem;
	cursor: pointer;
	z-index: 100;
}
.fm {position: absolute;left: 0;right: 0;top: 0;bottom: 0;z-index: 99;}

.webshow{display:block}
.phoneshow{display:none}























@media (min-width: 1px) and (max-width: 800px) {
.index_banenr {
    margin: 0.8rem 0 0;
}

.g-head {
    background: #004391;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 999;
}
.web_head{border:0}
.g-nav {
    position: fixed;
    right: 0;
    top: 0.8rem;
    left: 110%;
    height: 100vh;
    background: #ffffff;
    transition: all 0.3s ease;
    z-index: 999;
}
.g-nav.show {
    left: 30%;
    overflow-y: scroll;
}
.g-nav ul {
    display: block;
}

.topbar_right .top_tips,.searchFormGroup {
    display: none;
}

a.navA {
    display: block;
    width: 0.36rem;
    height: 0.25rem;
    background: url(../images/san_x.png);
    background-size: cover;
    cursor: pointer;
    position: absolute;
    right: 0.45rem;
    top: 0.3rem;
}
a.navA.qie {
    background: url(../images/icon-close.png) center center no-repeat;
    background-size: 0.3rem;
}
.g-nav ul li{text-align:left;border-bottom: 1px solid #dedede;width: 100%;padding: 0;margin: 0;}
.g-nav ul li.on a, .g-nav ul li:hover a{border:0;padding: 0rem 0.3rem;}
.g-nav ul li.has .erji_nav a{text-align:left}
.g-nav ul li a {
    color: #333;
    padding: 0 0.3rem !important;
}
.erji_nav {
    position: relative;
    left: 0;
    top: 0;
    box-shadow: 0 0 BLACK;
    padding: 0rem 0.3rem;
    background: #fbfbfb;
    text-align: left;
}

.erji_nav ul {
    padding: 0;
    background: none;
}

.erji_nav ul li {
    padding: 0;
    border: 0;
}
.nei_banner {
    margin: 0.9rem 0 0;
}

.left_right_part {
    display: block;
}

.left_right_part .left {
    width: 100%;
    /* margin: -0.5rem auto 0; */
}

.left_bar_nav .ti {
    /* height: auto; */
    /* padding: 0.3rem 0; */
}

.dis_flex {
    display: block;
}

.index_news .left, .index_news .right {
    width: 100%;
}

.index_news .right {
    margin: 0.5rem 0 0;
}

.news_list_box ul {
    padding: 0.3rem 0.3rem 0;
}

.news_list_box ul li {
    margin: 0 0 0.3rem;
}

.about_zi,.about_img {
    width: 100%;
}

.right.about_img {}

.about_zi {
    margin: 0 0 0.3rem;
}
.img_list ul li {
    width: 50%;
}
.foot_thing {
    display: block;
}
.left_right_part .right {
    margin: 0.3rem 0 0;
}

.single_page_con p img{width:100%;}
.nei_banenr {
    margin: 0.8rem 0 0;
    height: 3rem;
    display: flex;
    align-items: center;
    justify-content: center;
}

.nei_banenr img {
    height: 100%;
    width: auto;
}

.news_mian_con .mian img{
   text-indent: 0px;
    width: 100%;
}

.news_mian_con .mian .Custom_UnionStyle
{
   text-indent: 0px;
       line-height: 25px; 
}


.foot_ewm {
    margin: 0 auto;
}



.index_lingyu ul li .kwickCont .text {
    background: #004391;
    text-align: center;
}

.index_lingyu ul li .kwickCont .text h5 {
    font-size: 0.3rem;
}




.webshow{display: none}
.phoneshow{display:block}



}



.newsListBox_table table thead th {
    font-size: 16px;
    color: #6e6e6e;
    padding: 22px 0;
    background-color: #f3f4f8;
    width: 2rem;
}
.newsListBox_table table tr {
    width: 100%;
    cursor: pointer;
}
.newsListBox_table table tr td {
    font-size: 16px;
    color: #6e6e6e;
    
    text-align: center;
    border-bottom: 1px solid #e5e5e5;
}
.newsListBox_table table tr td a{display:block;padding: 0.2rem 0;}
.newsListBox_table table {
    width: 100%;
}

.newsListBox_table table thead 
 th.position {
}







.img_list {}

.img_list ul {
    display: flex;
    flex-flow: wrap;
    margin: -0.3rem 0 0 -0.3rem;
}

.img_list ul li {
    width: 33.33%;
}

.img_list ul li a {
    display: block;
    margin: 0.3rem 0 0 0.3rem;
    position: relative;
}

.list_zi {
    position: absolute;
    text-align: center;
    left: 0;
    bottom: 0;
    right: 0;
    background: rgba(0,0,0,0.5);
    font-size: 0.2rem;
    padding: 0.1rem;
    color: #fff;
}





.index_lingyu {
    padding: 0 0 0.5rem;
    overflow: hidden;
}
.index_lingyu .swiper-pagination {
    bottom: 0rem;
}

.index_lingyu ul {
    display: flex;
}

.index_lingyu ul li {
    width: 15%;
    transition: all 0.3s ease;
}

.index_lingyu ul li.on {
    width: 25%;
}

.index_lingyu ul li .kwickCont {}

.index_lingyu ul li .kwickCont a {
    display: block;
    position: relative;
}

.index_lingyu ul li .kwickCont .pic {
    overflow: hidden;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

.index_lingyu ul li .kwickCont .pic img {
    display: block;
    /* width: 100%; */
    /* height: 100%; */
}

.index_lingyu ul li .kwickCont .pic em {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: url(../images/shadow.png) no-repeat center bottom;
}

.index_lingyu ul li .kwickCont .text {
    width: 100%;
    box-sizing: border-box;
    padding: 0.3rem 0.3rem;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 2;
    height: 1rem;
    overflow: hidden;
}

.index_lingyu ul li .kwickCont .text h5 {
    height: 0.3rem;
    line-height: 0.3rem;
    font-size: 0.2rem;
    color: #ffffff;
    font-weight: bold;
}

.index_lingyu ul li .kwickCont .text p {
    font-size: 0.14rem;
    line-height: 0.24rem;
    color: #ffffff;
    /* height: 48px; */
    /* overflow: hidden; */
    padding-top: 0.1rem;
    filter: alpha(opacity=0);
    opacity: 0;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}

.index_lingyu ul li.on .kwickCont .text {
    height: 1.7rem;
    background: rgb(0,67,145,0.8);
}

.index_lingyu ul li.on .kwickCont .text p {
    filter: alpha(opacity=100);
    opacity: 1;
}</pre></body></html>